home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archivers / XpkDisk / README < prev    next >
Text File  |  1996-09-26  |  2KB  |  66 lines

  1. Short: A compressing disk device v37.8; uses XPK
  2. Uploader: rhialto@mbfys.kun.nl (Olaf Seibert)
  3. Type: util/pack
  4.  
  5. RCSId: $Id: README,v 1.5 1995/04/08 20:23:48 Rhialto Exp $
  6.  
  7. Overview
  8. ********
  9.  
  10.    `xpkdisk.device' is an exec-style device that looks like
  11. trackdisk.device and similar disks. The difference is that it compresses
  12. its data and stores it in multiple files in an existing filesystem.
  13.  
  14.    * Version 37.8 works around a horrible bug that is really caused by
  15.      XPK when track files are not compressible.  Look in the source
  16.      file "devio.c" for details, near the symbol XPKBUG.
  17.  
  18.      The bug was pointed out to me by Ulrik Jensen <uj2001@hdc.hha.dk>.
  19.  
  20.    * Fixes a bug in xdClear which assumed that all partitions started
  21.      at track 0.
  22.  
  23.      The bug was pointed out to me by Michael Barsoom
  24.      <mbars@bluejay.creighton.edu>.
  25.  
  26.    * You can now change the XPKD: assign on the fly, if you're careful.
  27.  
  28.    * xdClear now works with the fake scsi.device, which does not seem to
  29.      know about ETD_* commands.
  30.  
  31.    * Now keeps the old track file while writing a new one. The old
  32.      track file is only deleted after successfully writing the new one.
  33.      You have more control about what to do in such situations.
  34.  
  35.    * Now includes a utility to reclaim space from deleted files.
  36.  
  37.    * Now uses a hierarchical track naming scheme for faster access!
  38.  
  39.    * Now behaves better in cace of threatening lack of disk space.
  40.  
  41.    * Now handles read-only media.
  42.  
  43.    It uses the XPK (eXternal PacKer) standard to do the actual
  44. compression.  This has many advantages:
  45.  
  46.    * You can choose which compression is most effective for your
  47.      purpose. For one disk, you might want a very tight compression
  48.      that is slow, for another you may prefer a faster but less
  49.      efficient compression.
  50.  
  51.    * As soon as another XPK library is released, you can use it for your
  52.      compressed disk(s).
  53.  
  54.    * Because each track is a standard XPK-compressed file, you can use
  55.      the normal XPK utilities to uncompress your data, should you wish
  56.      to do so.
  57.  
  58.    * You can change the compression type of a disk on-the-fly. All
  59.      already compressed data remains perfectly usable, but upon
  60.      re-compression your new choice will be used.
  61.  
  62.    * You can even manually decompress and recompress your disk (when
  63.      xpkdisk is not accessing it, of course) with another compression
  64.      method.
  65.  
  66.